![]() | |
|---|---|
Software: Apache. PHP/5.4.45 uname -a: Linux webm003.cluster110.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue uid=243112(mycochar) gid=100(users) groups=100(users) Safe-mode: OFF (not secure) /home/mycochar/gcc-12.2.0/libgo/ drwxr-xr-x | |
| Viewing file: Select action/file-type: #!/bin/sh
# Copyright 2011 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
# The godeps.sh script outputs a dependency file for a package. The
# dependency file is then included in the libgo Makefile. This is
# automatic dependency generation, Go style.
# The first parameter is the name of the file being generated. The
# remaining parameters are the names of Go files which are scanned for
# imports.
set -e
if test $# = 0; then
echo 1>&2 "Usage: godeps.sh OUTPUT INPUTS..."
exit 1
fi
output=$1
shift
files=$*
deps=`for f in $files; do cat $f; done |
sed -n -e '/^import.*"/p; /^import[ ]*(/,/^)/p' |
sed -e 's/^import //' -e 's/^[^"]*"/"/' |
grep '^[ ]*"' |
grep -v '"unsafe"' |
grep -v '%' |
sed -e 's/^.*"\([^"]*\)".*$/\1/' -e 's/$/.gox/' |
sort -u`
echo $output: $files $deps
|
Useful Commands
|
|
Php Safe-Mode Bypass (Read Files)
|
|
--[ x2300 Locus7Shell v. 1.0a beta Modded by #!physx^ | www.LOCUS7S.com | Generation time: 0.0055 ]-- |