Restore the beginning of a case statement in shot()
This commit is contained in:
parent
7b8963cc41
commit
022ba22a38
3
.bashrc
3
.bashrc
|
@ -172,7 +172,8 @@ p Upload to a pastebin (defined in function)
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
#Y: Where to put the result case ${1:1:1} in
|
# Y: Where to put the result
|
||||||
|
case ${1:1:1} in
|
||||||
# Save to file
|
# Save to file
|
||||||
f) msgd="file: $destdir/$fname"
|
f) msgd="file: $destdir/$fname"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue