2018-07-08 09:08:07 -04:00
|
|
|
#!/bin/sh
|
|
|
|
|
2018-09-04 14:27:06 -04:00
|
|
|
cat ~/.scripts/.getkeys/"$1" 2>/dev/null && exit
|
2018-07-08 09:08:07 -04:00
|
|
|
echo Run command with one of the following arguments for info about that program:
|
2018-08-04 14:16:03 -04:00
|
|
|
ls ~/.scripts/.getkeys
|