mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 23:38:06 +02:00
Add skeleton of ugrade script
This commit is contained in:
parent
2235c6a4cc
commit
c02de2313f
1 changed files with 14 additions and 0 deletions
14
bin/upgrade
Executable file
14
bin/upgrade
Executable file
|
@ -0,0 +1,14 @@
|
|||
#! /usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
function usage() {
|
||||
echo "Usage: bin/upgrade"
|
||||
}
|
||||
|
||||
function __main__() {
|
||||
echo ">> hi"
|
||||
exit 0
|
||||
}
|
||||
|
||||
__main__ "$@"
|
Loading…
Add table
Add a link
Reference in a new issue