diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-10-09 09:50:40 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-10-09 09:50:40 -0400 |
commit | d7411594c0ca071f08da108f544902f03e2e413d (patch) | |
tree | 6d9d95e837f22112c0fe251f7898c2520847cbf3 /github-mirror.sh | |
parent | f015761d39ac3f0b191d804e2ce05300a4aaf500 (diff) | |
download | scripts-d7411594c0ca071f08da108f544902f03e2e413d.tar.xz scripts-d7411594c0ca071f08da108f544902f03e2e413d.zip |
fixed uptime and network scripts, added transcode-screencast
Diffstat (limited to 'github-mirror.sh')
-rw-r--r-- | github-mirror.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/github-mirror.sh b/github-mirror.sh new file mode 100644 index 0000000..5d9cb00 --- /dev/null +++ b/github-mirror.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +# Should mirror a gitea repo into github using the public API |