mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-24 11:12:14 +01:00
4 lines
65 B
Plaintext
4 lines
65 B
Plaintext
|
#!/bin/sh
|
||
|
export OSC_CONFIG=/root/.config/osc/oscrc-bob
|
||
|
osc "$@"
|