Skip to content

Commit 1056bee

Browse files
committed
changed
1 parent ecdd419 commit 1056bee

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
3+
marco() {
4+
export MARCO_DIR="$PWD"
5+
}
6+
7+
polo() {
8+
cd "$MARCO_DIR"
9+
}
37.3 KB
Loading
48.6 KB
Loading

0 commit comments

Comments
 (0)