Skip to content

joshterrill/onesie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

onesie

a shell script that takes large files and minifies them into one-liners.

Usage

onesie -i <input> -o <output>

Example

root@nullbox:~/$ onesie -i in.txt -o out.txt
root@nullbox:~/$ ls -lh
-rw-rw-r-- 1 root root 145K Apr 24 9:13 in.txt
-rw-rw-r-- 1 root root 124K Apr 24 9:13 out.txt

About

a shell script that takes large files and minifies them into one-liners (for my javascript stuffs)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages