index
:
scripts
master
All scripts that I use on my system.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fmt
/
desuffix
blob: fc0a511e8bca3f38a316743674c6a81e030c3047 (
plain
) (
blame
)
1
2
3
4
5
#!/bin/sh # desuffix # Remove all suffixes. rename --no-overwrite -- "$1" "" *