Files
lightning-runner/test.sh
T

12 lines
95 B
Bash
Executable File

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