Skip to content

Instantly share code, notes, and snippets.

@Jetrom17
Created June 4, 2024 13:13
Show Gist options
  • Save Jetrom17/60f312ba91cb0c2fd2b06f72a7dd3d38 to your computer and use it in GitHub Desktop.
Save Jetrom17/60f312ba91cb0c2fd2b06f72a7dd3d38 to your computer and use it in GitHub Desktop.
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
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment