Project

General

Profile

« Previous | Next » 

Revision 9013

moved lib/*.sh to sh/ subdir so it's easier to find the .sh files among all the other lib/ files

View differences:

MySQL_export
1 1
#!/bin/bash
2 2
set -o errexit
3 3
# Usage: env table=... [filter=...] self >out
4
. "$(dirname "${BASH_SOURCE[0]}")"/../../lib/util.sh
4
. "$(dirname "${BASH_SOURCE[0]}")"/../../lib/sh/util.sh
5 5

  
6 6
: "${table:?}"
7 7

  

Also available in: Unified diff