source: main/tags/3.08rc1/package-kits/env_example/setup.sh@ 34326

Last change on this file since 34326 was 29689, checked in by Jeremy Symon, 9 years ago

Example of reliably sourcing a shell script for environment variables from within perl

File size: 111 bytes
Line 
1#!/bin/sh
2
3example=value
4export yolo
5echo "testing"
6multiline='line1
7line2
8 indented
9final'
10export multiline
Note: See TracBrowser for help on using the repository browser.