Update
This commit is contained in:
1
apps/hexer/.gitignore
vendored
Normal file
1
apps/hexer/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
hexer/
|
||||
8
apps/hexer/install.sh
Normal file
8
apps/hexer/install.sh
Normal file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
|
||||
git clone "https://gitlab.com/Kirstukas1/hexer.git"
|
||||
cd hexer
|
||||
echo Building...
|
||||
make
|
||||
ln -s -v -f "$(pwd)/hexer" "$HOME/.local/bin/hexer"
|
||||
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