mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
7 lines
98 B
Bash
Executable file
7 lines
98 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Source common stuff.
|
|
. `cd $(dirname "$0");pwd`/common
|
|
|
|
sudo_opcontrol --reset "$@"
|
|
|