Skip to content

Instantly share code, notes, and snippets.

@otamajakusi
Created February 25, 2022 02:25
Show Gist options
  • Save otamajakusi/3a9a872b5ccf00df37adb4b6ddae2b42 to your computer and use it in GitHub Desktop.
Save otamajakusi/3a9a872b5ccf00df37adb4b6ddae2b42 to your computer and use it in GitHub Desktop.
bash scripts
#!/bin/bash
################
function get_source(){
source <(echo xxx=yyy)
}
get_source
echo $xxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment