i3-gaps, polybar
This commit is contained in:
4
bin/make_drone_secrets
Executable file
4
bin/make_drone_secrets
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
args=("$@")
|
||||
cat ${args[0]} |awk -F\= '{system(" drone secret add --repository='${args[1]}' --name="$1 " --data="$2)}'
|
Reference in New Issue
Block a user