'sd' parameter
This commit is contained in:
parent
616e4b6c96
commit
33effe0923
4 changed files with 13 additions and 0 deletions
1
util/sd/sd-input1.txt
Normal file
1
util/sd/sd-input1.txt
Normal file
|
@ -0,0 +1 @@
|
|||
/usr/bin/gedit
|
1
util/sd/sd-input2.txt
Normal file
1
util/sd/sd-input2.txt
Normal file
|
@ -0,0 +1 @@
|
|||
/bin/nano
|
1
util/sd/sd-input3.txt
Normal file
1
util/sd/sd-input3.txt
Normal file
|
@ -0,0 +1 @@
|
|||
~/Notes
|
10
util/sd/sd.sh
Normal file
10
util/sd/sd.sh
Normal file
|
@ -0,0 +1,10 @@
|
|||
:<<'info'
|
||||
shellnotes - sd.sh
|
||||
(C) Dimitris Marakomihelakis
|
||||
Released under the "All rights reserved" category. See the RIGHTS.txt file
|
||||
in /docs/github/ for its full text.
|
||||
info
|
||||
|
||||
case $1 in -sd|--set-defaults )
|
||||
. ~/.shellnotes/set_defaults.sh
|
||||
esac
|
Loading…
Reference in a new issue