Skip to content

Instantly share code, notes, and snippets.

View Jetrom17's full-sized avatar
🏠
Em casa...

Jeiel Lima Miranda Jetrom17

🏠
Em casa...
View GitHub Profile
@Jetrom17
Jetrom17 / sc.ab
Created June 4, 2024 13:13
search_bible
import {input} from "std"
main {
let grep_str = input("Write: ")
let file = $cat AA.txt | grep "{grep_str}"$ failed {
echo "{status}"
}
echo file
}