Files
lightning-runner/test.sh
T

12 lines
95 B
Bash
Raw Normal View History

#!/usr/bin/env bash
⚡️foo() {
echo stupid
}
⚡bar() {
echo not stupid
}
source