Revision e15c005fefd3f3fb0069ba0d2fd05fcfaf60a527 authored by Hitoshi Mitake on 17 April 2022, 14:06:30 UTC, committed by Hitoshi Mitake on 19 July 2022, 06:56:12 UTC
Signed-off-by: Hitoshi Mitake <h.mitake@gmail.com>
1 parent 3237289
Raw File
test
#!/usr/bin/env bash

echo -e "\\e[91mDEPRECATED!!! Use test.sh script instead.\\e[0m\\n"
sleep 1

source ./test.sh
back to top