mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-19 08:42:11 +01:00
4 lines
65 B
Bash
Executable File
4 lines
65 B
Bash
Executable File
#!/bin/sh
|
|
export OSC_CONFIG=/root/.config/osc/oscrc-bob
|
|
osc "$@"
|