UNPKG

cs16

Version:

Play Counter Strike 1.6 easily on ubuntu

6 lines (4 loc) 137 B
#!/usr/bin/env node const shell = require('shelljs'); const path = require('path'); shell.exec(path.resolve(__dirname, 'playcs16.sh'));