diff options
author | filip <“filip.rabiega@gmail.com”> | 2025-10-10 17:50:07 +0200 |
---|---|---|
committer | filip <“filip.rabiega@gmail.com”> | 2025-10-10 17:50:07 +0200 |
commit | e22232b575e6ffe9649c90de623023dc398a6241 (patch) | |
tree | fe3240676df694bff551fab9e9c81ac2ab0c0f3f /es | |
parent | 8b23667b4e7435e96a60d99c3f5e5e9583237b18 (diff) | |
download | chadscripts-e22232b575e6ffe9649c90de623023dc398a6241.tar.gz chadscripts-e22232b575e6ffe9649c90de623023dc398a6241.tar.bz2 chadscripts-e22232b575e6ffe9649c90de623023dc398a6241.zip |
new stuff
Diffstat (limited to 'es')
-rwxr-xr-x | es | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +#!/bin/sh + +file="$SCRIPTS/$( /bin/ls "$SCRIPTS" | sed 's/[\s]+/ /g' | dmenu -l 15 -i -p "Choose a script to edit: " )" +[ -f "$file" ] && vim "$file" |