This is the command shrinksafe that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
shrinksafe - JavaScript "compression" system
SYNOPSIS
shrinksafe [files ...]
DESCRIPTION
This manual page documents briefly the shrinksafe command.
shrinksafe is a JavaScript "compression" system. It can typically reduce the size of your
scripts by a third or more, depending on your programming style.
If no input file is specified, it defaults to stdin. The "compressed" JavaScript is
written to stdout.
EXAMPLES
The following example demonstrates how to use shrinksafe
shrinksafe original.js > compressed.js
Use shrinksafe online using onworks.net services