Skip to content

Commit 2a85a21

Browse files
🧹 cleaning(.bin/cloud): Remove unused functions.
1 parent 949e9ec commit 2a85a21

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.bin/cloud

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -107,29 +107,6 @@ _upload () {
107107

108108
}
109109

110-
_sleep () {
111-
112-
_log info "sleep $1"
113-
sleep "$1"
114-
115-
}
116-
117-
_do () {
118-
119-
_log info "$@"
120-
"$@"
121-
rc="$?"
122-
123-
if [ "$rc" -eq 0 ] ; then
124-
_log succ "$@"
125-
else
126-
_log fail "$@"
127-
fi
128-
129-
return "$rc"
130-
131-
}
132-
133110
_unknown_command ( ) {
134111
>&2 echo "Unknown command: $1"
135112
exit 3

0 commit comments

Comments
 (0)