1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-19 23:38:06 +02:00

Remove info script, redundant

This commit is contained in:
Shane Kilkelly 2020-06-02 15:33:40 +01:00
parent aae5edfacf
commit 1f51860a59

View file

@ -1,13 +0,0 @@
#! /usr/bin/env bash
set -euo pipefail
function __main__() {
echo ">> Overleaf Info"
# TODO:
# - host info
# - docker version
# - bash version
}
__main__ "$@"