initial commit
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -eou pipefail
|
||||
|
||||
cat > /tmp/regex_tmp_hr
|
||||
regex=$(rofi -dmenu -window-title 'regular expression')
|
||||
|
||||
</tmp/regex_tmp_hr sed "$regex"
|
||||
Reference in New Issue
Block a user