Yann E. MORIN" c0475188cb functions: add new helpers that create a dir and cd/pushd into it
A lot of places are currently doing:
    mkdir -p foo/bar
    cd foo/bar

Or even:
    mkdir -p foo/bar
    pushd foo/bar
    [...]
    popd

Provide both wrapper to ease doing this.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2011-07-24 20:08:13 +02:00
..
2012-01-16 23:36:42 +01:00
2012-01-03 23:02:04 +01:00
2012-01-16 23:36:42 +01:00
2012-01-16 23:36:42 +01:00
2012-01-16 23:36:42 +01:00
2009-10-30 20:08:44 +01:00
2012-01-16 23:36:42 +01:00
2012-01-16 23:36:42 +01:00