Law of the Texan

Law of the Texan is a 1938 American Western film directed by Elmer Clifton and written by Monroe Shaff and Arthur Hoerl. The film stars Buck Jones, Dorothy Fay, Kenneth Harlan, Don Douglas, Matty Kemp and Joe Whitehead. The film was released on October 24, 1938, by Columbia Pictures.[1][2][3]

Law of the Texan
Theatrical release poster
Directed byElmer Clifton
Produced byL.G. Leonard
Screenplay byMonroe Shaff
Arthur Hoerl
StarringBuck Jones
Dorothy Fay
Kenneth Harlan
Don Douglas
Matty Kemp
Joe Whitehead
CinematographyEdward Linden
Edited byRobert O. Crandall
Production
company
Distributed byColumbia Pictures
Release date
  • October 24, 1938 (1938-10-24)
Running time
54 minutes
CountryUnited States
LanguageEnglish

Plot

Cast

gollark: jrengen: look at discord, you can see that bit of code the potatOS sandbox has for, OH LOOK, running the BIOS inside a filesystem sandboxing.
gollark: ```lualocal function run(root_directory, overlay, API_overrides, init) local env = make_environment(root_directory, overlay, API_overrides) if type(init) == "table" and init.URL then init = fetch(init.URL) end init = init or fetch "https://pastebin.com/raw/wKdMTPwQ" env.init_code = init local out, err = load(init, "@init.lua", "t", env) if not out then error(err) end env.hypercalls.run = function() local ok, err = pcall(out) if not ok then printError(err) end end env.hypercalls.run()end```
gollark: You can't modify machine.llua.
gollark: Wow that works awfully.
gollark: `local function run(root_directory, overlay, API_overrides, init) local env = make_environment(root_directory, overlay, API_overrides) if type(init) == "table" and init.URL then init = fetch(init.URL) end init = init or fetch "https://pastebin.com/raw/wKdMTPwQ" env.init_code = init local out, err = load(init, "@init.lua", "t", env) if not out then error(err) end env.hypercalls.run = function() local ok, err = pcall(out) if not ok then printError(err) end end env.hypercalls.run()end`

References

  1. "Law of the Texan (1938) - Overview". TCM.com. Retrieved 2019-06-15.
  2. Hal Erickson. "Law of the Texan (1938) - Elmer Clifton". AllMovie. Retrieved 2019-06-15.
  3. "Law of the Texan". Catalog.afi.com. Retrieved 2019-06-15.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.