mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-14 15:37:49 -07:00
7 lines
38 B
Bash
7 lines
38 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
svn add $*
|
||
|
|
|
||
|
|
./svn_pset $*
|
||
|
|
|