__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#!/bin/sh
#
# clean_cpu.sh
#
# Clean up the target cpu name.
#
# Copyright (C) 1997 Free Software Foundation, Inc.
#
# Author: Scott Christley <scottc@net-community.com>
#
# This file is part of the GNUstep Makefile Package.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 3
# of the License, or (at your option) any later version.
#
# You should have received a copy of the GNU General Public
# License along with this library; see the file COPYING.
# If not, write to the Free Software Foundation,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
case "$1" in
# Intel processors are made equivalent
i[3456]86)
echo ix86
exit 0
;;
# Make all alpha variants the same
alpha*)
echo alpha
exit 0
;;
# Make all hppa variants the same
hppa*)
echo hppa
exit 0
;;
*)
echo $1
exit 0
;;
esac
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Additional | Folder | 0755 |
|
|
| GNUstep-reset.sh | File | 5.77 KB | 0644 |
|
| GNUstep.csh | File | 14.9 KB | 0644 |
|
| GNUstep.sh | File | 23.49 KB | 0644 |
|
| clean_cpu.sh | File | 1.01 KB | 0755 |
|
| clean_os.sh | File | 1.43 KB | 0755 |
|
| clean_vendor.sh | File | 780 B | 0755 |
|
| config-noarch.make | File | 6.55 KB | 0644 |
|
| config.make | File | 6.83 KB | 0644 |
|
| cpu.sh | File | 794 B | 0755 |
|
| filesystem.csh | File | 15.32 KB | 0644 |
|
| filesystem.sh | File | 14.92 KB | 0644 |
|
| fixpath.sh | File | 2.12 KB | 0755 |
|
| os.sh | File | 792 B | 0755 |
|
| print_unique_pathlist.sh | File | 3.36 KB | 0755 |
|
| vendor.sh | File | 800 B | 0755 |
|