mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Update ffn
This commit is contained in:
parent
c8cd9efb94
commit
563a127147
@ -5,7 +5,7 @@
|
|||||||
# * while given '-d' , do not rename file, only print new
|
# * while given '-d' , do not rename file, only print new
|
||||||
# file name
|
# file name
|
||||||
# Dependency:
|
# Dependency:
|
||||||
# * err.sh
|
# * nil
|
||||||
# Author:
|
# Author:
|
||||||
# * Chang, Chu-Kuan <cckuan@changchukuan.name>
|
# * Chang, Chu-Kuan <cckuan@changchukuan.name>
|
||||||
|
|
||||||
@ -17,8 +17,6 @@
|
|||||||
# will be deleted
|
# will be deleted
|
||||||
readonly sep='[]()._-[:blank:]'
|
readonly sep='[]()._-[:blank:]'
|
||||||
|
|
||||||
. err.sh
|
|
||||||
|
|
||||||
help_msg()
|
help_msg()
|
||||||
{
|
{
|
||||||
cat << EOF
|
cat << EOF
|
||||||
@ -109,7 +107,8 @@ while getopts 'dh' opt; do
|
|||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
err '1' 'invalid option\n'
|
printf '%s: invalid option\n' "${progname}"
|
||||||
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user