summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornic <ra@afu.re>2024-01-13 17:22:56 -0500
committernic <ra@afu.re>2024-01-13 17:22:56 -0500
commite081b9a6ec2f008e6c5b5b2395335dc3277a70a9 (patch)
treede13c19caab1dbf8d3f4abdf1607cbd96249b862
parent2e7b7657cf6e6ab3fe93097ccfd8390cfbe0a5a6 (diff)
Excel startup script
-rwxr-xr-x.local/bin/excel2
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" "$@"