Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
goelp14
Edit Copy
Star
GitHub Repository:
goelp14/easyctf-iv-problems
Path:
blob/master/little_language/start.sh
6
7
1
views
1
#!/bin/bash
2
dir
=
`dirname
$0
`
3
timeout
2m
bash
-c
"exec
$dir
/littlelanguage"
4