From e081b9a6ec2f008e6c5b5b2395335dc3277a70a9 Mon Sep 17 00:00:00 2001 From: nic Date: Sat, 13 Jan 2024 17:22:56 -0500 Subject: Excel startup script --- .local/bin/excel | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 .local/bin/excel 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" "$@" -- cgit v1.2.3