diff options
| -rwxr-xr-x | .local/bin/excel | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.local/bin/excel b/.local/bin/excel new file mode 100755 index 0000000..73ea1d1 --- /dev/null +++ b/.local/bin/excel @@ -0,0 +1,2 @@ +#!/bin/sh +exec "/opt/cxoffice/bin/wine" --bottle "Microsoft_Excel_2007" --check --wait-children --start "C:/users/crossover/AppData/Roaming/Microsoft/Windows/Start Menu/Programs/Microsoft Office/Microsoft Office Excel 2007.lnk" "$@" |
