Skip to content

IAmAnubhavSaini/kilo-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kilo-text

docker build --tag f0c1s/kilo-text .
docker run --rm --interactive --tty f0c1s/kilo-text bash
# hint: press q to exit

# clean-up
docker ps | sed '1d' | grep "_" | grep "minutes ago" | awk '{print $1}' | xargs -n1 docker stop
docker ps -a | sed '1d' | grep "_" | grep "minutes ago" | awk '{print $1}' | xargs -n1 docker rm

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published