6 lines
138 B
Bash
Executable File
6 lines
138 B
Bash
Executable File
#!/bin/sh -ex
|
|
MSG="$(date +"%Y-%m-%d %H:%M") $(uname -s)/$(uname -m)-$(hostname -s)"
|
|
conf add -u
|
|
conf commit -m "'Update $MSG'"
|
|
conf push
|