Skip to content

Instantly share code, notes, and snippets.

@Zeex
Last active January 3, 2016 16:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zeex/8489473 to your computer and use it in GitHub Desktop.
Save Zeex/8489473 to your computer and use it in GitHub Desktop.
#!/bin/bash
me="$(basename "${BASH_SOURCE[0]}")"
my_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
export SAMP_SERVER_ROOT=$my_dir
export SAMP_SERVER=$SAMP_SERVER_ROOT/samp03svr
export SAMP_SDK_ROOT=$SAMP_SERVER_ROOT/plugins/sdk
export PATH=$PATH:$SAMP_SERVER_ROOT/cli:$SAMP_SERVER_ROOT/pawn/build/linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment