4 lines
196 B
Text
4 lines
196 B
Text
|
#!/bin/bash
|
||
|
# This file exists to facilitate fully automated mass rebuilds without relying
|
||
|
# on user intervention or an individual users's account permissions
|
||
|
sudo /usr/local/bin/relengpush-int $@
|