Desktop scripts

This commit is contained in:
Sonny 2017-06-17 18:35:23 +02:00
parent 6079f98037
commit 639e4dbf2d
19 changed files with 321 additions and 0 deletions

10
scripts/shortcuts/shortcuts Executable file
View file

@ -0,0 +1,10 @@
#!/bin/bash
## Interactive prompt to show linux syntax
Shortcuts=$HOME/Sync/Linux/Syntax/*
echo "Which shortcut would you like to be shown?"
for file in $Shortcuts; do
echo $file
done
read input_variable
echo "You've selected $input_variable'"
cat $HOME/Sync/Linux/Syntax/$input_variable