-
Notifications
You must be signed in to change notification settings - Fork 1
/
envfor-pel
31 lines (28 loc) · 909 Bytes
/
envfor-pel
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Sourced script: envfor-pel -*- mode: sh; -*-
#
# Purpose : Set shell for programming PEL.
# Created : Wednesday, March 27 2024.
# Author : Pierre Rouleau <prouleau001@gmail.com>
# Time-stamp: <2024-10-04 21:50:07 EDT, updated by Pierre Rouleau>
# ----------------------------------------------------------------------------
# Module Description
# ------------------
#
# Set the environment for programming PEL.
# ----------------------------------------------------------------------------
# Dependencies
# ------------
#
# - This should be invoked via a alias named pel
# - $USRHOME_DIR/bin must be on PATH. It holds set_title.
# ----------------------------------------------------------------------------
# Code
# ----
#
#
cd $USRHOME_DIR_DV/elisp/pel/$1
set_title PEL
# ----------------------------------------------------------------------------
# Local Variables:
# sh-shell: sh
# End: