6 lines
83 B
Bash
6 lines
83 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
source /etc/glacier/hooks.sh
|
||
|
|
||
|
printf "this doesnt actually do anything"
|