Skip to content
Snippets Groups Projects
Verified Commit be600a76 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

toolbox: Append SWH_CONFIG_FILENAME export declaration to history

parent 4fece45e
No related branches found
No related tags found
No related merge requests found
......@@ -11,5 +11,8 @@ echo $MSG >> .bashrc
echo 'echo -e $USAGE_MSG' >> .bashrc
echo "find /etc/swh/ -type f -iname '*.yml' | xargs -i echo 'export SWH_CONFIG_FILENAME={}'" >> .bashrc
# Add those directory in .bash_history
find /etc/swh/ -type f -iname '*.yml' | xargs -i echo 'export SWH_CONFIG_FILENAME={}' >> .bash_history
echo "Administration purpose pod: connect to it and do what you will!"
while sleep infinity; do :; done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment