Initial commit.
This commit is contained in:
Executable
+2
@@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
/usr/bin/env -i $(cat /home/cdeaton/Documents/bash/as-cron/cron-env) "$@"
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
SHELL=/bin/sh
|
||||||
|
PWD=/home/cdeaton
|
||||||
|
LOGNAME=cdeaton
|
||||||
|
XDG_SESSION_TYPE=unspecified
|
||||||
|
HOME=/home/cdeaton
|
||||||
|
LANG=en_US.UTF-8
|
||||||
|
XDG_SESSION_CLASS=background
|
||||||
|
USER=cdeaton
|
||||||
|
SHLVL=1
|
||||||
|
XDG_SESSION_ID=7
|
||||||
|
XDG_RUNTIME_DIR=/run/user/1000
|
||||||
|
PATH=/usr/bin:/bin:/usr/sbin:/sbin
|
||||||
|
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
|
||||||
|
_=/usr/bin/env
|
||||||
Reference in New Issue
Block a user