bin stuff lol
This commit is contained in:
parent
46189df398
commit
06236dc8c8
7 changed files with 30 additions and 0 deletions
8
bin/dhook
Executable file
8
bin/dhook
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
text='{"content":"'$(</dev/stdin)'"}'
|
||||
|
||||
|
||||
curl -H "Content-Type: application/json" -X POST -d "$text" https://discordapp.com/api/webhooks/636944157625024565/nj11LQ0I716GR8C81WnPYYWW9lwuvJKhnyOX1UIrTaB6ldYn5mjf4qaqmdMQkII2HIRM
|
||||
|
||||
|
8
bin/dhook.uf
Executable file
8
bin/dhook.uf
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
text='{"username":"MEE6","content":"'$(</dev/stdin)'"}'
|
||||
|
||||
|
||||
curl -H "Content-Type: application/json" -X POST -d "$text" https://discordapp.com/api/webhooks/636944157625024565/nj11LQ0I716GR8C81WnPYYWW9lwuvJKhnyOX1UIrTaB6ldYn5mjf4qaqmdMQkII2HIRM
|
||||
|
||||
|
2
bin/discord
Executable file
2
bin/discord
Executable file
|
@ -0,0 +1,2 @@
|
|||
cd ~/Discord
|
||||
./Discord
|
3
bin/qrscan
Executable file
3
bin/qrscan
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
zbarcam --raw -Sdisable -Sqrcode.enable | crikey -i
|
||||
|
3
bin/rbarstd
Executable file
3
bin/rbarstd
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
zbarcam --raw -Sdisable -Scode128.enable
|
||||
|
3
bin/rbarstdh
Executable file
3
bin/rbarstdh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
zbarcam --raw --nodisplay -Sdisable -Scode128.enable
|
||||
|
3
bin/typebarcode
Executable file
3
bin/typebarcode
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
zbarcam --raw -Sdisable -Scode128.enable | crikey -i
|
||||
|
Loading…
Reference in a new issue