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