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