Update
This commit is contained in:
3
scripts/rmquery
Executable file
3
scripts/rmquery
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/env fish
|
||||
|
||||
for f in $argv; mv -v "$f" "$(echo "$f" | sed 's/#.*$//' | sed 's/?.*$//')"; end
|
||||
Reference in New Issue
Block a user