Skip to content

Commit

Permalink
add learnyoubash
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Robson committed Apr 22, 2024
1 parent c3e32bc commit 161b7ed
Show file tree
Hide file tree
Showing 13 changed files with 908 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
26 changes: 26 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#ffffff",
"activityBar.background": "#ffffff",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#df9f9f",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#15202b99",
"panel.border": "#ffffff",
"sash.hoverBorder": "#ffffff",
"statusBar.background": "#f4edea",
"statusBar.debuggingBackground": "#eaf1f4",
"statusBar.debuggingForeground": "#15202b",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#e2d0c9",
"statusBarItem.remoteBackground": "#f4edea",
"statusBarItem.remoteForeground": "#15202b",
"tab.activeBorder": "#ffffff",
"titleBar.activeBackground": "#f4edea",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#f4edea99",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "#F4EDEA"
}
5 changes: 5 additions & 0 deletions learnyoubash/arrays.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/usr/env bash

mearray=(I am "${@:2:2}" and "${@:4:1}")

echo "${mearray[*]}"
Loading

0 comments on commit 161b7ed

Please sign in to comment.